home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4999 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  966 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: awhang8367@aol.com (AWhang8367)
  3. Newsgroups: comp.lang.c++
  4. Subject: A fatal distant call to the "hood"
  5. Date: 1 Feb 1996 20:36:33 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4erpr1$4ha@newsbf02.news.aol.com>
  9. Reply-To: awhang8367@aol.com (AWhang8367)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12.    Hi!  I have been using BC++ 4.0 and I have recently upgraded it to
  13. 4.52.My  main target platform has been for DOS.:-(  For the second time I
  14. have compiled a program which has function that makes a far call to
  15. another function which then makes a near return.  The result was fatal.
  16.    Declaring the function as far/near doesn't seem to help any.  I have
  17. fiddled with almost every compiler.linker & optimization options but to no
  18. avail.  Has anyone ever encountered this strange phenomena or may have
  19. remedy to this problem?
  20.   for (i=0;;i++) printf("Thank you!\n");
  21.